home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / BEALE2.LZH / BEALE.DOC < prev    next >
Text File  |  1992-02-15  |  3KB  |  59 lines

  1. -----------------------------------------------------------------------------
  2. This file, BEALE.DOC, is part of the library file BEALE.LBR, prepared by
  3. R.E.Sawyer, 3620 Spencer St. 30, Torrance, CA, 90503.
  4.  
  5. The library file contains the following files, to be extracted using the
  6. public-domain "library utility" program LU, or equivalent:
  7.  
  8.     beale.doc   --the file you're now reading
  9.     b0          --Beale's keytext version of the Declaration of Independence
  10.     b1          --the first Beale ciphertext
  11.     b2          --the second Beale ciphertext
  12.     b3          --the third Beale ciphertext
  13.  
  14.     beale2.c    --a "C" program that decrypts b2 using b0
  15.     beale2.exe  --an executable version of beale2.c, for IBM-PC (MS-DOS)
  16.  
  17. Files b0,b1,b2,b3 are text files transcribed from the paper by Carl Hammer,
  18. cited below.
  19.  
  20. -----------------------------------------------------------------------------
  21. Some background:
  22.  
  23.     The "Beale Ciphers" are three numerical codes that have been intensively
  24. studied for more than a century.  In the mid-1800's, the second cipher was
  25. successfully decrypted when its keytext was identified as a document that had
  26. been in the possession of one Thomas Jefferson Beale, who had allegedly writ-
  27. ten the ciphers.  It was found that a codenumber of N, say, corresponded to
  28. the first letter of the Nth word in Beale's version of the Declaration of
  29. Independence! 
  30.  
  31.     The message that emerged from the second cipher has not lost it's allure:
  32.  
  33.         "I have deposited ... in an excavation ... ten hundred and fourteen
  34.         pounds of gold and thirty eight hundred and twelve pounds of silver
  35.         ... nineteen hundred and seven pounds of gold and twelve hundred 
  36.         and eighty eight pounds of silver ... also jewels ..."
  37.     
  38. The message also states that the first cipher gives the exact location of the
  39. deposit, while the third cipher gives the names of its joint owners. 
  40.  
  41.     Generations of cryptanalysts have expended untold man-years trying to
  42. decrypt the remaining two ciphers, so far with no (known) success.  Some are
  43. convinced that the whole thing was an elaborate hoax, but others are adamant
  44. that the ciphers are legitimate.  A paper in the Communications of the ACM
  45. in 1971 concluded that the ciphers are indeed "for real", and that all three
  46. ciphers were encoded by similar methods (perhaps by letter-counting in the
  47. first and third ciphers), but not necessarily using the same keytext. 
  48.  
  49.     References:
  50.         
  51.         Hammer, Carl, "Signature Simulation and Certain Cryptographic Codes", 
  52.         Communications of the ACM, Vol.14, No.1, Jan.1971.
  53.  
  54.         Hodges, Frances Beale (Smith), "The Geneology of the Beale Family";
  55.         1399-1956. Ann Arbor, Mich., 1956.
  56.      
  57. -----------------------------------------------------------------------------
  58. P.S. You'll share with me if you break b1 or b3, right? 
  59.      The gold alone would be worth about $16 million today!           --R.E.S.